Symbol.prototype.[Symbol.toStringTag]

A string value that is used in the creation of the default string description of an object. Called by the Object.prototype.toString method.

Syntax

[Symbol.toStringTag]

Return value

A string value.